home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-2.iso
/
Files II
/
Multimedia
/
A-P
/
Net Game.sit
/
Net Game folder
/
Net Game
/
SR114M.DXR
/
00393_script_forward.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-24
|
166 b
|
8 lines
on script_forward
global current_page, total_pages, new_page
if current_page < total_pages then
set new_page to current_page + 1
goto_page()
end if
end